In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / BarcodeMicroQRErrorCorrectionLevel Enumeration

BarcodeMicroQRErrorCorrectionLevel Enumeration

In This Topic
Specifies the Micro QR-Code error correction. The higher the error correction level, the less storage capacity.
Syntax
'Declaration

 

<ComVisibleAttribute(True)>

Public Enum BarcodeMicroQRErrorCorrectionLevel 

   Inherits System.Enum
[ComVisible(true)]

public enum BarcodeMicroQRErrorCorrectionLevel : System.Enum 
public enum BarcodeMicroQRErrorCorrectionLevel = class(System.Enum)
ComVisibleAttribute()

public enum BarcodeMicroQRErrorCorrectionLevel extends System.Enum
[ComVisible(true)]

__value public enum BarcodeMicroQRErrorCorrectionLevel : public System.Enum 
[ComVisible(true)]

public enum class BarcodeMicroQRErrorCorrectionLevel : public System.Enum 
Members
MemberValueDescription
BarcodeMicroQRErrorCorrectionLevelL0The low level – up to 7% damage can be restored.
BarcodeMicroQRErrorCorrectionLevelM1The medium level – up to 15% damage can be restored.
BarcodeMicroQRErrorCorrectionLevelQ2The quartile level – up to 25% damage can be restored.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.BarcodeMicroQRErrorCorrectionLevel

See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace